home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / eggs_and.swf / scripts / DefineSprite_112 / frame_3 / DoAction.as
Text File  |  2008-11-12  |  299b  |  15 lines

  1. stop();
  2. _root.sc.gotoAndStop("b");
  3. front.stop();
  4. back.play();
  5. eggfront.gotoAndStop(1 + thiseggface * 3);
  6. if(front.timer > _root.fire)
  7. {
  8.    eggfront.gotoAndStop(2 + thiseggface * 3);
  9. }
  10. if(front.timer > _root.overfire)
  11. {
  12.    eggfront.gotoAndStop(3 + thiseggface * 3);
  13. }
  14. _root.gook(this);
  15.